home *** CD-ROM | disk | FTP | other *** search
- While in batch, executes a program and returns to the next line of
- the original program.
-
- CALL file [param]
-
- file is a filename, possibly preceded by a volume and path spec.
- If file is of type 'TEXT', MacDOS executes it as a batch program.
- If file identifies an application or an AppleScript, MacDOS
- launches it. If file identifies a document, MacDOS launches the
- corresponding application and passes the document to it.
- param are passed to the program being called if it is a batch. If file
- identifies an application, MacDOS passes the first parameter to it
- as a document name.
-